home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
tools
/
czesc_3
/
multiuser
/
src
/
library
/
locale.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-03-05
|
907b
|
32 lines
/************************************************************
* MultiUser - MultiUser Task/File Support System *
* --------------------------------------------------------- *
* Locale Routines *
* --------------------------------------------------------- *
* © Copyright 1993-1994 Geert Uytterhoeven *
* All Rights Reserved. *
************************************************************/
#include "multiuser.h"
/*
* Message Numbers
*/
#define CATCOMP_NUMBERS
#include "multiuser_locale.h"
/*
* Function Prototypes
*/
extern void OpenLoc(struct LocaleInfo *li);
extern void CloseLoc(struct LocaleInfo *li);
extern STRPTR __asm GetString(register __a0 struct LocaleInfo *li,
register __d0 ULONG id);
extern STRPTR GetLocStr(LONG id);
#define GetLocS(li,id) GetString(li,id)
#define GetLogStr(id) GetLocS(&muBase->LogInfo,id)